home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Assets / HTML / STYLES / shopper-styles.css next >
Encoding:
Cascading Style Sheet File  |  2005-11-15  |  2.2 KB  |  123 lines

  1. body {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 1em;
  4.     font-style: normal;
  5.     line-height: normal;
  6.     font-weight: normal;
  7.     font-variant: normal;
  8.     text-transform: none;
  9.     color: #000000;
  10.     background-color: #FFFFFF;
  11.     margin-top: 0em;
  12.     margin-left: 0em;
  13.     margin-right: 0em;
  14.     margin-bottom: 1em;
  15. }
  16.  
  17. .bold {
  18.     font-weight: bold;
  19. }
  20.  
  21. .wider {
  22.     width: 26%;
  23. }
  24.  
  25. div#header {
  26.     margin: 0em;
  27.     padding: 0em;
  28.     text-transform: none;
  29.     color: #FFFFFF;
  30.     width: 100%;
  31.     height: 105px;
  32.     background-image: url(../images/dropshadow.gif);
  33.     background-position: 0% 100%;
  34.     background-repeat: repeat-x;
  35.     background-color: #000000;
  36.     overflow: visible;
  37.  
  38. }
  39.  
  40. #issuedate {
  41.     background-color: #000000;
  42.     color: #FFFFFF;
  43.     background-image: url(../images/shopper.gif);
  44.     background-repeat: no-repeat;
  45.     width: 225px;
  46.     height: 90px;
  47.     overflow: hidden;
  48. }
  49.  
  50. div#issuedate div#date {
  51.     text-align: center;
  52.     font-family: Arial, Helvetica, sans-serif;
  53.     font-size: 0.8em;
  54.     font-style: normal;
  55.     line-height: normal;
  56.     font-weight: bold;
  57.     font-variant: small-caps;
  58.     min-height: 2em;
  59.     padding-top: 0.4em;
  60.     position: relative;
  61.     top: 68px;
  62. }
  63.  
  64. div#content {
  65.     margin-top: 0.4em;
  66. }
  67.  
  68. div#content div#intro {
  69.     margin-top: 0em;
  70.     margin-bottom: 0.4em;
  71.     padding-top: 0em;
  72.     padding-bottom: 0em;
  73. }
  74.  
  75. p {
  76.     font-size: 1.1em;
  77.     padding-left: 1em;
  78.     padding-right: 1em;
  79.     padding-bottom: 0em;
  80.     padding-top: 0em;
  81. }
  82.  
  83. table {
  84.     border-collapse: collapse;
  85.     margin: 1em;
  86.     border: 1px solid #666666;
  87. }
  88.  
  89. th {
  90.     vertical-align: top;
  91.     font-family: Arial, Helvetica, sans-serif;
  92.     font-size: 1em;
  93.     font-style: normal;
  94.     font-weight: bold;
  95.     font-variant: normal;
  96.     text-transform: uppercase;
  97.     color: #FFFFFF;
  98.     background-color: #000000;
  99.     margin: 0px;
  100.     line-height: 1.2em;
  101.     text-align: left;
  102.     padding-top: 0.5em;
  103.     padding-right: 1em;
  104.     padding-bottom: 0.5em;
  105.     padding-left: 1em;
  106. }
  107.  
  108. td {
  109.     border-bottom: 1px solid #666666;
  110.     font-size: 1em;
  111.     font-style: normal;
  112.     line-height: normal;
  113.     font-weight: normal;
  114.     font-variant: normal;
  115.     text-transform: none;
  116.     color: #000000;
  117.     background-color: #FFFFFF;
  118.     padding-right: 1em;
  119.     padding-left: 1em;
  120.     padding-top: 0.3em;
  121.     padding-bottom: 0.3em;
  122.     height: 3em;
  123. }